home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / lgeneral-1.1 / themes / Makefile next >
Makefile  |  2002-07-23  |  9KB  |  285 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = .
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/lgeneral
  38. pkglibdir = $(libdir)/lgeneral
  39. pkgincludedir = $(includedir)/lgeneral
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. CC = gcc
  61. MAKEINFO = makeinfo
  62. PACKAGE = lgeneral
  63. RANLIB = ranlib
  64. SDL_CFLAGS = -I/usr/local/include -I/usr/local/include/SDL
  65. SDL_CONFIG = /bin/sdl-config
  66. SDL_LIBS = -L/usr/local/lib -lSDL_ttf -lSDL_mixer -lSDL -ldebug -lfreetype -lpng -ljpeg -lgl -lz
  67. VERSION = 1.1
  68. dis_flag = 
  69. dl_flag = 
  70. inst_dir = ./games/lgeneral
  71. inst_flag = -DSRC_DIR=\"./games/lgeneral\"
  72. mixer_flag = -lSDL_mixer
  73. sound_flag = -DWITH_SOUND
  74.  
  75. SUBDIRS = default
  76. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  77. CONFIG_HEADER = ../../config.h
  78. CONFIG_CLEAN_FILES = 
  79. DIST_COMMON =  Makefile.am Makefile.in
  80.  
  81.  
  82. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  83.  
  84. TAR = gtar
  85. GZIP_ENV = --best
  86. all: all-redirect
  87. .SUFFIXES:
  88. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  89.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/themes/Makefile
  90.  
  91. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  92.     cd $(top_builddir) \
  93.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  94.  
  95.  
  96. # This directory's subdirectories are mostly independent; you can cd
  97. # into them and run `make' without going through this Makefile.
  98. # To change the values of `make' variables: instead of editing Makefiles,
  99. # (1) if the variable is set in `config.status', edit `config.status'
  100. #     (which will cause the Makefiles to be regenerated when you run `make');
  101. # (2) otherwise, pass the desired values on the `make' command line.
  102.  
  103.  
  104.  
  105. all-recursive install-data-recursive install-exec-recursive \
  106. installdirs-recursive install-recursive uninstall-recursive  \
  107. check-recursive installcheck-recursive info-recursive dvi-recursive:
  108.     @set fnord $(MAKEFLAGS); amf=$$2; \
  109.     dot_seen=no; \
  110.     target=`echo $@ | sed s/-recursive//`; \
  111.     list='$(SUBDIRS)'; for subdir in $$list; do \
  112.       echo "Making $$target in $$subdir"; \
  113.       if test "$$subdir" = "."; then \
  114.         dot_seen=yes; \
  115.         local_target="$$target-am"; \
  116.       else \
  117.         local_target="$$target"; \
  118.       fi; \
  119.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  120.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  121.     done; \
  122.     if test "$$dot_seen" = "no"; then \
  123.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  124.     fi; test -z "$$fail"
  125.  
  126. mostlyclean-recursive clean-recursive distclean-recursive \
  127. maintainer-clean-recursive:
  128.     @set fnord $(MAKEFLAGS); amf=$$2; \
  129.     dot_seen=no; \
  130.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  131.       rev="$$subdir $$rev"; \
  132.       test "$$subdir" = "." && dot_seen=yes; \
  133.     done; \
  134.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  135.     target=`echo $@ | sed s/-recursive//`; \
  136.     for subdir in $$rev; do \
  137.       echo "Making $$target in $$subdir"; \
  138.       if test "$$subdir" = "."; then \
  139.         local_target="$$target-am"; \
  140.       else \
  141.         local_target="$$target"; \
  142.       fi; \
  143.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  144.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  145.     done && test -z "$$fail"
  146. tags-recursive:
  147.     list='$(SUBDIRS)'; for subdir in $$list; do \
  148.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  149.     done
  150.  
  151. tags: TAGS
  152.  
  153. ID: $(HEADERS) $(SOURCES) $(LISP)
  154.     list='$(SOURCES) $(HEADERS)'; \
  155.     unique=`for i in $$list; do echo $$i; done | \
  156.       awk '    { files[$$0] = 1; } \
  157.            END { for (i in files) print i; }'`; \
  158.     here=`pwd` && cd $(srcdir) \
  159.       && mkid -f$$here/ID $$unique $(LISP)
  160.  
  161. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  162.     tags=; \
  163.     here=`pwd`; \
  164.     list='$(SUBDIRS)'; for subdir in $$list; do \
  165.    if test "$$subdir" = .; then :; else \
  166.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  167.    fi; \
  168.     done; \
  169.     list='$(SOURCES) $(HEADERS)'; \
  170.     unique=`for i in $$list; do echo $$i; done | \
  171.       awk '    { files[$$0] = 1; } \
  172.            END { for (i in files) print i; }'`; \
  173.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  174.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  175.  
  176. mostlyclean-tags:
  177.  
  178. clean-tags:
  179.  
  180. distclean-tags:
  181.     -rm -f TAGS ID
  182.  
  183. maintainer-clean-tags:
  184.  
  185. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  186.  
  187. subdir = src/themes
  188.  
  189. distdir: $(DISTFILES)
  190.     @for file in $(DISTFILES); do \
  191.       d=$(srcdir); \
  192.       if test -d $$d/$$file; then \
  193.         cp -pr $$/$$file $(distdir)/$$file; \
  194.       else \
  195.         test -f $(distdir)/$$file \
  196.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  197.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  198.       fi; \
  199.     done
  200.     for subdir in $(SUBDIRS); do \
  201.       if test "$$subdir" = .; then :; else \
  202.         test -d $(distdir)/$$subdir \
  203.         || mkdir $(distdir)/$$subdir \
  204.         || exit 1; \
  205.         chmod 777 $(distdir)/$$subdir; \
  206.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  207.           || exit 1; \
  208.       fi; \
  209.     done
  210. info-am:
  211. info: info-recursive
  212. dvi-am:
  213. dvi: dvi-recursive
  214. check-am: all-am
  215. check: check-recursive
  216. installcheck-am:
  217. installcheck: installcheck-recursive
  218. install-exec-am:
  219. install-exec: install-exec-recursive
  220.  
  221. install-data-am: install-data-local
  222. install-data: install-data-recursive
  223.  
  224. install-am: all-am
  225.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  226. install: install-recursive
  227. uninstall-am:
  228. uninstall: uninstall-recursive
  229. all-am: Makefile
  230. all-redirect: all-recursive
  231. install-strip:
  232.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  233. installdirs: installdirs-recursive
  234. installdirs-am:
  235.  
  236.  
  237. mostlyclean-generic:
  238.  
  239. clean-generic:
  240.  
  241. distclean-generic:
  242.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  243.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  244.  
  245. maintainer-clean-generic:
  246. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  247.  
  248. mostlyclean: mostlyclean-recursive
  249.  
  250. clean-am:  clean-tags clean-generic mostlyclean-am
  251.  
  252. clean: clean-recursive
  253.  
  254. distclean-am:  distclean-tags distclean-generic clean-am
  255.  
  256. distclean: distclean-recursive
  257.  
  258. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  259.         distclean-am
  260.     @echo "This command is intended for maintainers to use;"
  261.     @echo "it deletes files that may require special tools to rebuild."
  262.  
  263. maintainer-clean: maintainer-clean-recursive
  264.  
  265. .PHONY: install-data-recursive uninstall-data-recursive \
  266. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  267. uninstalldirs-recursive all-recursive check-recursive \
  268. installcheck-recursive info-recursive dvi-recursive \
  269. mostlyclean-recursive distclean-recursive clean-recursive \
  270. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  271. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  272. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  273. install-exec install-data-local install-data-am install-data install-am \
  274. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  275. installdirs mostlyclean-generic distclean-generic clean-generic \
  276. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  277.  
  278.  
  279. install-data-local:
  280.     $(mkinstalldirs) $(DESTDIR)$(inst_dir)/themes
  281.  
  282. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  283. # Otherwise a system limit (for SysV at least) may be exceeded.
  284. .NOEXPORT:
  285.